home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / findup21.arc / FINDUP21.DOC < prev    next >
Encoding:
Text File  |  1985-10-27  |  2.9 KB  |  77 lines

  1. Program FindDupe is placed in the public domain by the author.  It is
  2. however copyrighted and all rights and ownership are kept with the
  3. author.  You may use it, copy it, give it to your friends but don't
  4. try to sell it.  Because the devil will get you and if I find out
  5. I will prosecute.
  6.  
  7. The program is a Turbo Pascal Program that reads the directories of your
  8. disks - it really only works best with hard disks because you don't usually
  9. have sub directories on floppies.
  10.  
  11. The program will print on paper (using Epson controls - only form feed)
  12. or the screen.
  13.  
  14. It will give you a list of all files, sorted by file name, date, time,
  15. size and directory there in.  It will also tell you if the file is read
  16. only, hidden, system or sub directory.
  17.  
  18. It will give you a list of all duplicate named files on your disk, with the
  19. same above information.
  20.  
  21. It will give you a Sorted Tree Dir of the files on your disk with the above
  22. information.
  23.  
  24. Provided is the source Findupe2.pas, but to compile the program you need
  25. the Borland Package TURBO TOOLBOX because it has the sort routines that
  26. are used in the program.  If you don't have it; don't fret because in the
  27. library is also findup2.com which has been compiled with the sort in it.
  28.  
  29. Best of luck in your computing and may this program help you in keeping
  30. your machine manageable.
  31.  
  32. Karson W. Morrison
  33. RD1, Box 531,
  34. Ringoes NJ. 08551
  35. (201)-788-1846
  36.  
  37.  
  38.  
  39.  
  40. Version 2.1 modifications
  41.  
  42.                Version 2.1   October 27, 1985
  43.                  Modifications by Ray Bobak
  44.                     Sysop PC-RAIN Node II
  45.                     Wappingers Falls, NY
  46.                     914-462-7674 (data)
  47.  
  48.  Updated code so that the input string from the command line was a
  49.  list of drives to perform the services on.  This change was made
  50.  to allow SYSOP's with multiple download drives to scan all his
  51.  download drives for duplicates.  (Here you go Charlie, your name
  52.  in lights.)  This version was inspired by Charlie Innusa, a sysop
  53.  running RBBS-PC on only nine 32 Megabyte download drives.  You can
  54.  call his BBS, PC-Rockland at 914-353-2157 Subscription node, or
  55.                               914-353-2176 free node
  56.  
  57.  
  58. FINDUP21 can now search across multiple drives.  Just string the drive
  59. letters after the program name.
  60.  
  61. The command 'FINDUP21 ABCDEFGHIJKLMNOP' will cause FINDUP21 to search across
  62. drives A, B, C, D, E, F, G, ... O, and P.  Running this progam on your LAN
  63. may be detrimental to your networks performance!  Note: sorting may take a
  64. large amount of temporary disk space.  For 10K files, an 800K datafile is
  65. used for intermediate storage of the sort.  Make sure you have the space!
  66.  
  67. Hope this helps all those SYSOP's out in keeping thier BBS's free of duplicate
  68. files on thier multi-drive file systems.
  69.  
  70. Ray Bobak (aka The Wiz)
  71. Wappingers Falls, NY
  72. October 27, 1985
  73.  
  74. Sysop - PC-RAIN Node II
  75. Wappingers Falls, NY
  76. (914)-462-7674 (data only)
  77.